Interface PagpFrame

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
PagpFrameImpl

public interface PagpFrame extends Pdu
  • Method Details

    • getVersion

      Byte getVersion()
      Returns:
      Byte Returns a Byte
    • setVersion

      void setVersion(Byte version)
      Parameters:
      version - Takes in a parameter of version
    • getMode

      EthChannelMode getMode()
      Returns:
      EthChannelMode Returns a EthChannelMode
    • setMode

      void setMode(EthChannelMode mode)
      Parameters:
      mode - Takes in a parameter of mode
    • getLocalDevId

      MACAddress getLocalDevId()
      Returns:
      MACAddress Returns a MACAddress
    • setLocalDevId

      void setLocalDevId(MACAddress localDevId)
      Parameters:
      localDevId - Takes in a parameter of localDevId
    • getLocalLearnCapability

      Byte getLocalLearnCapability()
      Returns:
      Byte Returns a Byte
    • setLocalLearnCapability

      void setLocalLearnCapability(Byte localLearnCapability)
      Parameters:
      localLearnCapability - Takes in a parameter of localLearnCapability
    • getLocalPriority

      Byte getLocalPriority()
      Returns:
      Byte Returns a Byte
    • setLocalPriority

      void setLocalPriority(Byte localPriority)
      Parameters:
      localPriority - Takes in a parameter of localPriority
    • getLocalPortIndex

      int getLocalPortIndex()
      Returns:
      int Returns a int
    • setLocalPortIndex

      void setLocalPortIndex(int localPortIndex)
      Parameters:
      localPortIndex - Takes in a parameter of localPortIndex
    • getLocalGroupCapability

      int getLocalGroupCapability()
      Returns:
      int Returns a int
    • setLocalGroupCapability

      void setLocalGroupCapability(int localGroupCapability)
      Parameters:
      localGroupCapability - Takes in a parameter of localGroupCapability
    • getLocalGroupIndex

      int getLocalGroupIndex()
      Returns:
      int Returns a int
    • setLocalGroupIndex

      void setLocalGroupIndex(int localGroupIndex)
      Parameters:
      localGroupIndex - Takes in a parameter of localGroupIndex
    • getPartnetDevId

      MACAddress getPartnetDevId()
      Returns:
      MACAddress Returns a MACAddress
    • setPartnetDevId

      void setPartnetDevId(MACAddress partnetDevId)
      Parameters:
      partnetDevId - Takes in a parameter of partnetDevId
    • getPartnetLearnCapability

      Byte getPartnetLearnCapability()
      Returns:
      Byte Returns a Byte
    • setPartnetLearnCapability

      void setPartnetLearnCapability(Byte partnetLearnCapability)
      Parameters:
      partnetLearnCapability - Takes in a parameter of partnetLearnCapability
    • getPartnetPriority

      Byte getPartnetPriority()
      Returns:
      Byte Returns a Byte
    • setPartnetPriority

      void setPartnetPriority(Byte partnetPriority)
      Parameters:
      partnetPriority - Takes in a parameter of partnetPriority
    • getPartnetPortIndex

      int getPartnetPortIndex()
      Returns:
      int Returns a int
    • setPartnetPortIndex

      void setPartnetPortIndex(int partnetPortIndex)
      Parameters:
      partnetPortIndex - Takes in a parameter of partnetPortIndex
    • getPartnetGroupCapability

      int getPartnetGroupCapability()
      Returns:
      int Returns a int
    • setPartnetGroupCapability

      void setPartnetGroupCapability(int partnetGroupCapability)
      Parameters:
      partnetGroupCapability - Takes in a parameter of partnetGroupCapability
    • getPartnetGroupIndex

      int getPartnetGroupIndex()
      Returns:
      int Returns a int
    • setPartnetGroupIndex

      void setPartnetGroupIndex(int partnetGroupIndex)
      Parameters:
      partnetGroupIndex - Takes in a parameter of partnetGroupIndex
    • getPartnetCount

      Byte getPartnetCount()
      Returns:
      Byte Returns a Byte
    • setPartnetCount

      void setPartnetCount(Byte partnetCount)
      Parameters:
      partnetCount - Takes in a parameter of partnetCount
    • getDeviceName

      String getDeviceName()
      Returns:
      String Returns a String
    • setDeviceName

      void setDeviceName(String deviceName)
      Parameters:
      deviceName - Takes in a parameter of deviceName
    • getPortName

      String getPortName()
      Returns:
      String Returns a String
    • setPortName

      void setPortName(String portName)
      Parameters:
      portName - Takes in a parameter of portName